POST /Token/ResolveByIds/

Resolves multiple given tokens to a string representation of the resolved value.
 

Request

Method Request URI
POST /API/Token/ResolveByIds/?sessionId=value

URI Parameters

URI Parameter Description
sessionId Current session ID. Specifying via an Authorization request header instead is recommended.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

Name: options
Type: System.Collections.Generic.IList`1[Dundas.BI.WebApi.Models.ResolveTokenByIdsOptions]

Response

Response Body

An array of System.String objects containing the resolved parameter string representation, or a status code indicating the problem.